Learn R Programming

DataSetsUni (version 0.1)

Annual Maximum Rainfall: The data represents the ordered annual maximum antecedent rainfall claim

Description

The function allows to provide the 52 ordered annual maximum antecedent rainfall measurements in mm from Maple Ridge in British Columbia, Canada.

Usage

data_rainfall

Value

data_rainfall gives the annual maximum antecedent rainfall measurements.

Arguments

data_rainfall

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data represents the 52 ordered annual maximum antecedent rainfall measurements in mm from Maple Ridge in British Columbia, Canada. Recently, it is used by Nadarajah and Eljabri (2014) and fitted the chen et al.’s extreme value distribution.

References

Nadarajah, S., & Eljabri, S. (2014). On chen et al.’s extreme value distribution. Journal of Data Science, 12(1), 87-106.

See Also

data_MPrecipitation, data_precipitation

Examples

Run this code
x<-data_rainfall
summary(x)

Run the code above in your browser using DataLab